go/build.Context.matchTag (method)
5 uses
go/build (current package)
build.go#L1942: return x.Eval(func(tag string) bool { return ctxt.matchTag(tag, allTags) })
build.go#L1959: func (ctxt *Context) matchTag(name string, allTags map[string]bool) bool {
build.go#L2048: return ctxt.matchTag(l[n-1], allTags) && ctxt.matchTag(l[n-2], allTags)
build.go#L2051: return ctxt.matchTag(l[n-1], allTags)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)